projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2393a70
)
Add DEL to special keys
author
justbur
<justin@burkett.cc>
Tue, 7 Jul 2015 17:24:39 +0000
(13:24 -0400)
committer
justbur
<justin@burkett.cc>
Tue, 7 Jul 2015 17:24:39 +0000
(13:24 -0400)
which-key.el
patch
|
blob
|
history
diff --git
a/which-key.el
b/which-key.el
index d2b06cfb0f4de37cb25a1ae7cc57f398ad7d5f52..9a45cf188306cfa98aae24573d41629c2895049b 100644
(file)
--- a/
which-key.el
+++ b/
which-key.el
@@
-43,7
+43,7
@@
strings in the cdr for each key.")
'(("Prefix Command" . "prefix"))
"See `which-key-key-replacement-alist'. This is a list of cons
cells for replacing descriptions.")
-(defvar which-key-special-keys '("SPC" "TAB" "RET" "ESC"))
+(defvar which-key-special-keys '("SPC" "TAB" "RET" "ESC"
"DEL"
))
(defvar which-key-buffer-name "*which-key*"
"Name of which-key buffer.")
(defvar which-key-popup-type 'minibuffer